home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / slide.exe / dm.dsl / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-05-22  |  992b  |  52 lines

  1. object Form3: TForm3
  2.   Left = 301
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Screensize'
  6.   ClientHeight = 123
  7.   ClientWidth = 141
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 2
  17.     Top = 2
  18.     Width = 137
  19.     Height = 119
  20.     BevelInner = bvLowered
  21.     BorderWidth = 3
  22.     TabOrder = 0
  23.     object RadioButton1: TRadioButton
  24.       Left = 31
  25.       Top = 26
  26.       Width = 82
  27.       Height = 17
  28.       Caption = '800 x 600'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.     end
  33.     object RadioButton2: TRadioButton
  34.       Left = 31
  35.       Top = 50
  36.       Width = 86
  37.       Height = 17
  38.       Caption = '640 x 480'
  39.       TabOrder = 1
  40.     end
  41.     object Button1: TButton
  42.       Left = 35
  43.       Top = 79
  44.       Width = 64
  45.       Height = 25
  46.       Caption = 'Ok'
  47.       TabOrder = 2
  48.       OnClick = Button1Click
  49.     end
  50.   end
  51. end
  52.